|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.SwingWorker<java.lang.Void,java.lang.Void>
j3deditor.bin.hierarchy.util.HierarchyWorker
j3deditor.bin.hierarchy.util.SGFExporter
public class SGFExporter
Tool for exporting scenes with
com.sun.j3d.utils.scenegraph.io.SceneGraphFileWriter.
SceneGraphFileWriter| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.SwingWorker |
|---|
javax.swing.SwingWorker.StateValue |
| Constructor Summary | |
|---|---|
SGFExporter(J3DeScene scene)
Creates an instance of SGFExporter
which is able to export the content of the given scene. |
|
| Method Summary | |
|---|---|
protected java.lang.Void |
doInBackground()
Performs the exporting process in a background thread. |
void |
exportFile(java.lang.String filePath)
Exports the scene to the given file. |
| Methods inherited from class j3deditor.bin.hierarchy.util.HierarchyWorker |
|---|
addHierarchyListener, notifyListeners, removeHierarchyListener |
| Methods inherited from class javax.swing.SwingWorker |
|---|
addPropertyChangeListener, cancel, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SGFExporter(J3DeScene scene)
SGFExporter
which is able to export the content of the given scene.
scene - an instance of J3DeScene
this exporter can export from| Method Detail |
|---|
public void exportFile(java.lang.String filePath)
filePath - the path of the file the scene will be exported to
protected java.lang.Void doInBackground()
throws java.lang.Exception
doInBackground in class HierarchyWorkerjava.lang.Exception - if an error occursSwingWorker.doInBackground()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||